chore(deps): update dependency aquaproj/aqua to v2.27.3 #177
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.25.1
->v2.27.3
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.27.3
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.27.2...v2.27.3
Bug Fixes
#2833 #2834 Fix a bug that a checksum id of go_build type package is empty
aqua-checksums.json
v2.27.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.27.1...v2.27.2
Bug Fixes
#2830 Improve handling of broken registry JSON files
When aqua reads Standard Registry and github_content Registries, aqua converts them to JSON once and saves them.
And aqua reads JSON files instead of YAML files from the next time.
This improves the performance a bit. #2517
But if a JSON file got broken, aqua got not working.
In that case, you had to remove the file yourself.
This issue rarely occurs, but this release resolves it.
If a JSON file gets broken, aqua removes and recreates the file.
So aqua continues working and you don't have to remove the file yourself.
v2.27.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.27.0...v2.27.1
Others
#2824 #2825 Generate shell completion on
brew install
@ryota2357ref. https://github.com/aquaproj/homebrew-aqua/blob/c4731da7c66a797e93b5efbcc5340b39f86f559b/aqua.rb#L19
#2809 chore: update aqua-proy to v1.2.6
🎉 New Contributors
Thank you for your contribution!
@ryota2357 #2825
v2.27.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.26.0...v2.27.0
Features
#2702 #2806 checksum: Support enforcing checksum verification via environment variables
You can enforce checksum verification by environment variables
AQUA_ENFORCE_CHECKSUM
andAQUA_ENFORCE_REQUIRE_CHECKSUM
.This is useful for both CI and local development.
Checksum verification is disabled by default, and you can disable checksum verification by setting.
If you manage a Monorepo and want to make checksum verification mandatory in CI, you can set these environment variables in CI. Then checksum verification is enabled regardless of the setting of aqua.yaml.
And if you want to enforce checksum verification on your laptop, you can set these environment variables in your shell configuration files such as .bashrc and .zshrc.
v2.26.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.25.2...v2.26.0
Features
#2782 #2804 generate: add
-g
option to add packages to a global configuration filee.g.
$ aqua g -g cli/cli
You can add packages to a global configuration file with
-g
and-i
option.e.g.
$ aqua g -g -i cli/cli
If there are multiple global configuration files, a first global configuration file is used.
Others
#2803 Update the help message of
remove
commandv2.25.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.25.1...v2.25.2
Bug Fixes
#2781 #2786 list: Fix a bug that packages in that same aqua.yaml is outputted by
aqua list --installed
Others
#2779 #2788 Update slsa-verifier to v2.5.1
#2787 Update go directive to 1.22 and refactor codes with Go new features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.